CommonEvent 1282
Name = "会話：キャンディ"

  999([1282])
  ConditionalBranch([1, 20, 0, 1, 0])
    JumpToLabel(["情報"])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 20, 0, 2, 0])
    JumpToLabel(["質問"])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 20, 0, 3, 0])
    JumpToLabel(["要求"])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 20, 0, 4, 0])
    JumpToLabel(["贈与"])
    Empty([])

  BranchEnd([])
  Label(["情報"])
  ControlVariables([13, 13, 0, 2, 1, 100])
  ConditionalBranch([1, 13, 0, 10, 2])
    ShowTextAttributes(["candy_fc1", 1, 0, 2])
    ShowText(["\\n<Candy>Ufu...ufufufufu..."])
    ShowText([""])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 20, 2])
    ShowTextAttributes(["candy_fc1", 1, 0, 2])
    ShowText(["\\n<Candy>My stomach is empty..."])
    ShowText([""])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 30, 2])
    ShowTextAttributes(["candy_fc1", 1, 0, 2])
    ShowText(["\\n<Candy>I want to eat until my tummy's full♪"])
    ShowText([""])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 40, 2])
    ShowTextAttributes(["candy_fc1", 1, 0, 2])
    ShowText(["\\n<Candy>Cake...pudding...chocolate...parfait..."])
    ShowText([""])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 50, 2])
    ShowTextAttributes(["candy_fc1", 1, 0, 2])
    ShowText(["\\n<Candy>I want to live in a country of sweets..."])
    ShowText([""])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 60, 2])
    ShowTextAttributes(["candy_fc1", 1, 0, 2])
    ShowText(["\\n<Candy>Ehehe, looks delicious..."])
    ShowText([""])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 70, 2])
    ShowTextAttributes(["candy_fc1", 1, 0, 2])
    ShowText(["\\n<Candy>I want to eat all kinds of things, even humans and monsters..."])
    ShowText([""])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 80, 2])
    ShowTextAttributes(["candy_fc1", 3, 0, 2])
    ShowText(["\\n<Candy>Why are you hungry?\nThere are sweets over there."])
    ShowText([""])
    ShowText([""])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 90, 2])
    ShowTextAttributes(["candy_fc1", 3, 0, 2])
    ShowText(["\\n<Candy>Because I ate too much candy, my body is almost entirely made of sweets."])
    ShowText([""])
    ShowText([""])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 100, 2])
    ShowTextAttributes(["candy_fc1", 1, 0, 2])
    ShowText(["\\n<Candy>This hill is a nice place...\nThe dirt and plants are also tasty..."])
    ShowText([""])
    ShowText([""])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  Label(["質問"])
  ControlVariables([13, 13, 0, 2, 1, 50])
  ConditionalBranch([1, 13, 0, 10, 2])
    ShowTextAttributes(["candy_fc1", 0, 0, 2])
    ShowText(["\\n<Candy>Arere...?\nAre you related to Alice the Seventeenth?"])
    ShowText([""])
    ShowText([""])
    ShowChoices([["Correct", "Wrong", "I don't understand"], 0])
    When([0, "そうだ"])
      ShowTextAttributes(["candy_fc1", 1, 0, 2])
      ShowText(["\\n<Candy>That's right...\nYou have a tasty scent just like her..."])
      ShowText([""])
      ShowText([""])
      Script(["change_friend(10)"])
      Empty([])

    When([1, "違う"])
      ShowTextAttributes(["candy_fc1", 2, 0, 2])
      ShowText(["\\n<Candy>You're not...?\nBut you smell just like her..."])
      ShowText([""])
      ShowText([""])
      Empty([])

    When([2, "分からない"])
      ShowTextAttributes(["candy_fc1", 1, 0, 2])
      ShowText(["\\n<Candy>My nose understands.\nYou and Alice the Seventeenth share a delicious scent..."])
      ShowText([""])
      ShowText([""])
      Empty([])

    ChoicesEnd([])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 20, 2])
    ShowTextAttributes(["candy_fc1", 0, 0, 2])
    ShowText(["\\n<Candy>Do you like sweets...?"])
    ShowText([""])
    ShowChoices([["I like them", "I hate them", "I don't know"], 0])
    When([0, "好き"])
      ShowTextAttributes(["candy_fc1", 1, 0, 2])
      ShowText(["\\n<Candy>Ehehehehe...We're the same..."])
      ShowText([""])
      Script(["change_friend(10)"])
      Empty([])

    When([1, "嫌い"])
      ShowTextAttributes(["candy_fc1", 2, 0, 2])
      ShowText(["\\n<Candy>You and I are not compatible..."])
      ShowText([""])
      Script(["change_friend(-5)"])
      Empty([])

    When([2, "知らない"])
      ShowTextAttributes(["candy_fc1", 2, 0, 2])
      ShowText(["\\n<Candy>You've never eaten sweets...?!\nI'll let you chew on my skirt a little."])
      ShowText([""])
      ShowText([""])
      Empty([])

    ChoicesEnd([])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 30, 2])
    ShowTextAttributes(["candy_fc1", 0, 0, 2])
    ShowText(["\\n<Candy>Do you know why I attacked Miss Cassandra...?"])
    ShowText([""])
    ShowChoices([["You couldn't stand her", "She looked delicious", "You wanted to rule the village"], 0])
    When([0, "気に食わなかったから"])
      ShowTextAttributes(["candy_fc1", 3, 0, 2])
      ShowText(["\\n<Candy>I didn't particularly dislike her, but...\nMiss Cassandra looked so tasty."])
      ShowText([""])
      ShowText([""])
      Empty([])

    When([1, "おいしそうだったから"])
      ShowTextAttributes(["candy_fc1", 1, 0, 2])
      ShowText(["\\n<Candy>Hehehe, she looked tasty...\nSo I attacked her..."])
      ShowText([""])
      ShowText([""])
      Script(["change_friend(10)"])
      Empty([])

    When([2, "村を支配したかったから"])
      ShowTextAttributes(["candy_fc1", 3, 0, 2])
      ShowText(["\\n<Candy>I didn't care about ruling, but...\nMiss Cassandra looked so tasty."])
      ShowText([""])
      ShowText([""])
      Empty([])

    ChoicesEnd([])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 40, 2])
    ShowTextAttributes(["candy_fc1", 0, 0, 2])
    ShowText(["\\n<Candy>Do you think I'm gluttonous...?"])
    ShowText([""])
    ShowChoices([["I think so", "I don't think so", "I'm the gluttonous one"], 0])
    When([0, "思う"])
      ShowTextAttributes(["candy_fc1", 1, 0, 2])
      ShowText(["\\n<Candy>Ehehe, you got me..."])
      ShowText([""])
      Empty([])

    When([1, "思わない"])
      ShowTextAttributes(["candy_fc1", 3, 0, 2])
      ShowText(["\\n<Candy>Really...I know you're just being polite."])
      ShowText([""])
      Script(["change_friend(10)"])
      Empty([])

    When([2, "僕の方が食いしん坊だ"])
      ShowTextAttributes(["candy_fc1", 2, 0, 2])
      ShowText(["\\n<Candy>I won't be defeated like that...!"])
      ShowText([""])
      Empty([])

    ChoicesEnd([])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 50, 2])
    ShowTextAttributes(["candy_fc1", 0, 0, 2])
    ShowText(["\\n<Candy>Of the three Monster Lords, which one is the most delicious-looking...?"])
    ShowText([""])
    ShowChoices([["Alice the 15th", "Black Alice", "Alice the 17th"], 0])
    When([0, "アリス15世"])
      ShowTextAttributes(["candy_fc1", 1, 0, 2])
      ShowText(["\\n<Candy>She has a mature flavor, doesn't she look delicious...?"])
      ShowText([""])
      Script(["change_friend(10)"])
      Empty([])

    When([1, "黒のアリス"])
      ShowTextAttributes(["candy_fc1", 2, 0, 2])
      ShowText(["\\n<Candy>I can't eat her...\nI'd get food poisoning..."])
      ShowText([""])
      ShowText([""])
      Script(["change_friend(-5)"])
      Empty([])

    When([2, "アリス17世"])
      ShowTextAttributes(["candy_fc1", 1, 0, 2])
      ShowText(["\\n<Candy>Ehehe...she looks really tasty...\nI want to eat that girl..."])
      ShowText([""])
      ShowText([""])
      Script(["change_friend(10)"])
      Empty([])

    ChoicesEnd([])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  Label(["要求"])
  ControlVariables([13, 13, 0, 2, 1, 30])
  ConditionalBranch([1, 13, 0, 10, 2])
    ConditionalBranch([8, 414])
      ShowTextAttributes(["candy_fc1", 1, 0, 2])
      ShowText(["\\n<Candy>I want to eat chocolate..."])
      ShowText([""])
      ControlVariables([24, 24, 0, 3, 0, 414, 0])
      ShowTextAttributes(["", 0, 0, 2])
      ShowText(["Do you want to give some \\ii[414]? (Have:\\V[24])"])
      ShowChoices([["Yes", "No"], 2])
      When([0, "はい"])
        ShowTextAttributes(["candy_fc1", 1, 0, 2])
        ShowText(["\\n<Candy>*munch munch*... Delicious..."])
        ShowText([""])
        ChangeItems([414, 1, 0, 1])
        Script(["change_friend(20)"])
        ExitEventProcessing([])
        Empty([])

      When([1, "いいえ"])
        ShowTextAttributes(["candy_fc1", 0, 0, 2])
        ShowText(["\\n<Candy>That's disappointing..."])
        ShowText([""])
        ExitEventProcessing([])
        Empty([])

      ChoicesEnd([])
      Empty([])

    Else([])
      ControlVariables([13, 13, 0, 0, 20])
      Empty([])

    BranchEnd([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 20, 2])
    ConditionalBranch([8, 417])
      ShowTextAttributes(["candy_fc1", 1, 0, 2])
      ShowText(["\\n<Candy>I want to eat cake..."])
      ShowText([""])
      ControlVariables([24, 24, 0, 3, 0, 417, 0])
      ShowTextAttributes(["", 0, 0, 2])
      ShowText(["Do you want to give some \\ii[417]? (Have:\\V[24])"])
      ShowChoices([["Yes", "No"], 2])
      When([0, "はい"])
        ShowTextAttributes(["candy_fc1", 1, 0, 2])
        ShowText(["\\n<Candy>*munch munch*... Delicious..."])
        ShowText([""])
        ChangeItems([417, 1, 0, 1])
        Script(["change_friend(30)"])
        ExitEventProcessing([])
        Empty([])

      When([1, "いいえ"])
        ShowTextAttributes(["candy_fc1", 0, 0, 2])
        ShowText(["\\n<Candy>That's disappointing..."])
        ShowText([""])
        ExitEventProcessing([])
        Empty([])

      ChoicesEnd([])
      Empty([])

    Else([])
      ControlVariables([13, 13, 0, 0, 30])
      Empty([])

    BranchEnd([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 30, 2])
    ShowTextAttributes(["candy_fc1", 1, 0, 2])
    ShowText(["\\n<Candy>I want to eat money..."])
    ShowText([""])
    ConditionalBranch([7, 2925, 0])
      ControlVariables([24, 24, 0, 3, 7, 2, 0])
      ShowTextAttributes(["", 0, 0, 2])
      ShowText(["Do you want to give 2925G? (Have:\\V[24])"])
      ShowChoices([["Yes", "No"], 2])
      When([0, "はい"])
        ShowTextAttributes(["candy_fc1", 1, 0, 2])
        ShowText(["\\n<Candy>*munch munch*... Delicious..."])
        ShowText([""])
        ChangeGold([1, 0, 2925])
        Script(["change_friend(25)"])
        ExitEventProcessing([])
        Empty([])

      When([1, "いいえ"])
        ShowTextAttributes(["candy_fc1", 0, 0, 2])
        ShowText(["\\n<Candy>That's disappointing..."])
        ShowText([""])
        ExitEventProcessing([])
        Empty([])

      ChoicesEnd([])
      Empty([])

    Else([])
      ShowTextAttributes(["candy_fc1", 0, 0, 2])
      ShowText(["\\n<Candy>Arere...You don't have any?"])
      ShowText([""])
      ExitEventProcessing([])
      Empty([])

    BranchEnd([])
    Empty([])

  BranchEnd([])
  Label(["贈与"])
  ControlVariables([13, 13, 0, 2, 1, 30])
  ConditionalBranch([1, 25, 0, 1, 0])
    ControlVariables([13, 13, 0, 0, 30])
    ControlVariables([25, 25, 0, 0, 0])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 25, 0, 2, 0])
    ControlVariables([13, 13, 0, 2, 1, 20])
    ControlVariables([25, 25, 0, 0, 0])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 10, 2])
    ShowTextAttributes(["candy_fc1", 3, 0, 2])
    ShowText(["\\n<Candy>I'll share this éclair with you..."])
    ShowText([""])
    PlaySE(["RPG::SE(@name=\"Item1\", @pitch=100, @volume=80)"])
    ChangeItems([421, 0, 0, 1])
    ShowTextAttributes(["", 0, 0, 2])
    ShowText(["Candy gave you an \\ii[421]!"])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 20, 2])
    ShowTextAttributes(["candy_fc1", 3, 0, 2])
    ShowText(["\\n<Candy>I'll share this pudding with you..."])
    ShowText([""])
    PlaySE(["RPG::SE(@name=\"Item1\", @pitch=100, @volume=80)"])
    ChangeItems([423, 0, 0, 1])
    ShowTextAttributes(["", 0, 0, 2])
    ShowText(["Candy gave you some \\ii[423]!"])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 30, 2])
    ShowTextAttributes(["candy_fc1", 0, 0, 2])
    ShowText(["\\n<Candy>I'll share this money with you..."])
    ShowText([""])
    PlaySE(["RPG::SE(@name=\"Item1\", @pitch=100, @volume=80)"])
    ChangeGold([0, 0, 4875])
    ShowTextAttributes(["", 0, 0, 2])
    ShowText(["Candy gave you 4875G!"])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  Empty([])
